home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef __dl_screen_h
- #ifndef __dl_wimp_h
- #include "Wimp.h"
- #endif
- extern int screen_mode;
- extern wimp_point screen_size;
- extern wimp_point screen_eig;
- extern wimp_point screen_delta;
- extern int screen_bpp;
-
- extern BOOL Screen_CacheModeInfo(void);
- #endif
-